home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok90 / amoked1.41 / macros / makepointer.aed < prev    next >
Text File  |  1993-11-04  |  329b  |  13 lines

  1. /* makepointer.aed */
  2.  
  3. /* usage:
  4.  * 1) set ping 9 to the place, where the POINTER defs should come to
  5.  * 2) map a key with MAKEPOINTER
  6.  * 3) set cursor on first char of each type identifier you want a
  7.  *    pointer type for
  8.  */
  9.  
  10. 'ping 8 scanf %s pong 9 down'
  11. '($(scanf)Ptr *= UNTRACED POINTER TO $scanf;) -return ping 9 pong 8'
  12.  
  13.